home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
m
/
math_vision
/
mathvisionv2.1b.dms
/
mathvisionv2.1b.adf
/
DataTemplates
/
1d_Array
next >
Wrap
Text File
|
1992-02-14
|
794b
|
38 lines
! 1d_Array one dimensional array with count at top
! scaling must be included in this template, assigned to Low and High
!
!-------------------------------- Prototype of data file --------------------
! elements
! data
! data
! data
! data
!-------------------------------- Example of data file -----------------------
! 5 ! 5 elements
! 4.3 ! actual data
! 3.4
! 5.6
! 1.2
! 6.7
!--------------------------------
Define Elements Integer
Define Low Real
Define High Real
!--------------------------------- Insert Scaling Here -----------------------
Read Elements
Assign Low 0.0
Assign High 1.0
!-----------------------------------------------------------------------------
BeginStructure
DefArray Elements Low High
DefDataType IEEE8
EndArray
EndStructure
RecurseRead